You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > ScaleRows Method > Matrix.ScaleRows Method ([In] TMtx, [In] TVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.ScaleRows Method ([In] TMtx, [In] TVec)

Scale all Mtx matrix rows with values from Src.

Syntax
C#
Visual Basic
public TMtx ScaleRows([In] TMtx Mtx, [In] TVec Src);

Src.Length must be equal to Mtx.Rows. The result is stored to the calling matrix.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!